home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Graphics / Converters / jpeg / README < prev   
Text File  |  1992-12-25  |  728b  |  21 lines

  1.                 jpeg
  2.            gif -> jpeg (tiff) converter
  3.                By David Koski
  4.             dkoski@cs.arizona.edu
  5.  
  6.                
  7. WHAT DOES IT DO?
  8.     jpeg will convert a .gif file to a .tiff file using jpeg compression.
  9. You will typically get a new tiff file that is 10% the size of the original
  10. gif.  This is quite impressive since gif files are already compressed!  The
  11. resulting tiff file can be viewed with icon or ImageViewer.
  12.  
  13. HOW TO USE IT
  14.     jpeg will use a factor of 120.0 for the compression by default,
  15. I find that this gives little loss of quality (at least on my mono station),
  16. but you can change this to whatever you like.  Higher values will compress
  17. more and they will also look worse.
  18.  
  19.     The command is:
  20.         jpeg <gif-file> -o <tiff> [-f factor] [-v]
  21.